home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / LazyView.BackModule / Makefile.postamble < prev    next >
Encoding:
Makefile  |  1995-06-12  |  396 b   |  10 lines

  1. NEW_BUNDLE_EXTENSION = .BackModule
  2. BINARY_EXTENSION = .BackO
  3. INSTALL_BUNDLE = ${DSTROOT}/${INSTALLDIR}/${NAME}
  4.  
  5. after_install::
  6.     ${MV} ${INSTALL_BUNDLE}.${BUNDLE_EXTENSION} ${INSTALL_BUNDLE}${NEW_BUNDLE_EXTENSION}
  7.     ${MV} ${INSTALL_BUNDLE}${NEW_BUNDLE_EXTENSION}/${NAME} \
  8.         ${INSTALL_BUNDLE}${NEW_BUNDLE_EXTENSION}/${NAME}${BINARY_EXTENSION}
  9.  #    ${RM} -rf ${INSTALL_BUNDLE}${NEW_BUNDLE_EXTENSION}
  10.